home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 40 / PC Gamer IT CD 40 2-2.iso / utility / almsim13 / AlarmSimple.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-02-01  |  538b  |  29 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 120
  5.   Height = 62
  6.   Caption = 'Alarm Simple'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   OnCloseQuery = FormCloseQuery
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 8
  18.     Top = 0
  19.     Width = 33
  20.     Height = 33
  21.     Picture.Data = {<image001.ico>}
  22.   end
  23.   object Timer1: TTimer
  24.     Interval = 500
  25.     OnTimer = Timer1Timer
  26.     Left = 48
  27.   end
  28. end
  29.